widget-factory: Use symboli icons in the toolbar
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 14:44:50 +0000 (10:44 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 14:45:47 +0000 (10:45 -0400)
That is the style that is commonly used nowadays, even
in traditional apps.

demos/widget-factory/widget-factory.css

index 1782e6db5f65eb0432273f90fe1a069807e7c963..cdf809a285c6e698e01ed9174d2224c8005c3be3 100644 (file)
@@ -2,3 +2,7 @@
   padding: 0;
   outline-width: 0;
 }
+
+.toolbar {
+  -gtk-icon-style: symbolic;
+}